/*
Color Codes:
Grey:
	RGB: 	77 77 85
	Hex:  	#4D4D55

light Grey:
	Hex:	#F2F2F2

Orange:
	RGB: 	243 107 55
	Hex: 	#F36B37
*/

@font-face
{
	font-family: helvetica-neue;
	src: url(Schrift/helvetica_neue.ttf) format(truetype);
}

a:link
{
	color: #F36B37;
	text-decoration: none;
}

a:visited
{
	color: #F36B37;
	text-decoration: none;
}

a:hover
{
	color: white;
	text-decoration: none;
}

body::-webkit-scrollbar
{
	background-color: #4D4D55;
	width: 4px;
	height: 4px;
}

body::-webkit-scrollbar-button
{
	display: none;
}

body::-webkit-scrollbar-thumb
{
	background-color: #F36B37;
	border-radius: 5px;
}

/*-------------------- * --------------------*/

#wrapper
{
	margin: auto;
	font-size: 16px;
	font-family: helvetica neue, sans-serif;
	
}

body
{
	background-color: #4D4D55;
	overflow-x: hidden;
	/*background: radial-gradient(ellipse, #4A4A55, #4D4D55, #4F4F55, #4D4D55, #4A4A55);*/
}

#logo-frame
{
	height: 185px;
	z-index: 19;
}

#logo
{
	float: right;
	height: 185px;
	margin-bottom: 10px;
}

/*-------------------- * --------------------*/

.banner
{
	float: left;
	margin-left: 5px;
	display: inline;
	display: none;
}


#bannerImg
{
	height: 168px;
}

/*-------------------- * --------------------*/

.mobile-banner
{
	margin-top: 20px;
	margin-left: 100px;
	font-size: 30px;
	height: 185px;
	color: #F2F2F2;
	margin-right: 500px;
}

#service-1
{
	line-height: 30px;
	float: left;
}

#service-2
{
	line-height: 30px;
	text-align: center;
	
}

#service-3
{
	line-height: 30px;
	float: right;
}

/*-------------------- * --------------------*/

#separator
{
	clear: both;
	margin-top: 20px;
	padding: 0;
	height: 3px;
	background-color: #f2f2f2;
	position: relative;
	display: none;
}

/*-------------------- Hamburger --------------------*/
nav
{
	width: 40px;
	height: 100%;
	float: left;
	position: fixed;
	z-index: 25;
	display: all;
	background-color: #4D4D55;
	top: 0px;
	left: -0px;
}

nav ul
{
	list-style: none;
}

nav a
{
	
	visibility: hidden;
}


.menu
/*Alle 5 Hauptlinks*/
	
{	
	display: inline-block;
	width: 85%;
	height: 60px;
	line-height: 60px;
	margin-left: 0.5%;
	background-color: #4D4D55;
	border-top: 4px solid #F36B37;
	border-left: 4px solid #F36B37;
	border-bottom: 1px solid #F36B37;
	border-right: 1px solid #F36B37;
	border-radius: 2px;
	text-align: center;
	vertical-align: middle;
	transition-duration: 0.5s;
	font-size: 25px;
	position: relative;
	clear: both;
	visibility: hidden;
	list-style: none;
}

#distance
{
	height: 1px;
	width: 90%;
	margin-left: 2.5%;
	margin-top: 2	px;
	margin-bottom: 2px;
}

#dropdown-head1
{
	position: relative;	
}

.menu:hover
{
	background-color: #F36B37;
	border-top: 4px solid #918B8F;
	border-left: 4px solid #918B8F;
	border-bottom: 1px solid #918B8F;
	border-right: 1px solid #918B8F;
	color: #4D4D55;	
}

.dropdown-content a
/*Alle Elemente des Dropdowns (Stufe 1 und 2)*/

{
	display: inline-block;
	width: 82.5%;
	height: 50px;
	line-height: 50px;
	margin-left: 3%;
	font-size: 25px;
	background-color: #4D4D55;
	border-top: 4px solid #F36B37;
	border-left: 4px solid #F36B37;
	border-bottom: 1px solid #F36B37;
	border-right: 1px solid #F36B37;
	border-radius: 2px;
	text-align: center;
	vertical-align: middle;
	z-index: 25;
	transition-duration: 0.5s;
	
}

.dropdown-subContent a
{
	width: 80%;
	margin-left: 5.5%;
}
/*
.dropdon-subBox
{
	width: 85%;
}
*/

.dropdown-content a:hover
{
	background-color: #F36B37;
	border-top: 4px solid #918B8F;
	border-left: 4px solid #918B8F;
	border-bottom: 1px solid #918B8F;
	border-right: 1px solid #918B8F;
	color: #4D4D55;	
}

.dropdown-content
/*Dropdown 1. Stufe*/

{
	display: none;
	position: relative;
	z-index: 25;

}

.dropdown:hover .dropdown-content
{
	display: block;
	/*height: 10px;*/
}

.dropdown:hover #dropdown-head1
/*[Dienstleistungen] bleibt orange während dem Aufenthalt im Dropdown*/

{
	background-color: #F36B37;
	border-top: 4px solid #918B8F;
	border-left: 4px solid #918B8F;
	border-bottom: 1px solid #918B8F;
	border-right: 1px solid #918B8F;
	color: #4D4D55;	
}

.dropdown-subContent
/*Dropdown 2. Stufe*/

{
	display: none;
	position: relative;
	z-index: 25;
}

.dropdown-sub:hover .dropdown-subContent
{
	display: block
}

.dropdown-sub:hover #dropdown-head2
/*[Immobilien] bleibt orange während dem Aufenthalt im Dropdown*/

{
	background-color: #F36B37;
	border-top: 4px solid #918B8F;
	border-left: 4px solid #918B8F;
	border-bottom: 1px solid #918B8F;
	border-right: 1px solid #918B8F;
	color: #4D4D55;	
}

.selector 
/*kleines Logo in Navigation*/

{
	height: 10px;
	width: 10px;
	position: absolute;
	z-index: 25;
	left: 12px;
	margin-left: -32px;
	margin-top: -19px;
	width: 32px;
	height: auto;
	float: left;
	position: relative;
	visibility: hidden;
	opacity: 0;
}

.linkBlock
/*Facebook- und Mail-Link*/

{
	display: none;
	height: 35px;
	width: 35px;
	margin-left: 40px;
	margin-top: -15px;
	list-style: none;
	border-top: 4px solid #F36B37;
	border-left: 4px solid #F36B37;
	border-bottom: 1px solid #F36B37;
	border-right: 1px solid #F36B37;
	border-radius: 2px;
	margin-right: 20px;
	vertical-align: middle;
	text-align: center;
	transition-duration: 0.5s;
}

.linkBlock:hover
{
	border-top: 4px solid #918B8F;
	border-left: 4px solid #918B8F;
	border-bottom: 1px solid #918B8F;
	border-right: 1px solid #918B8F;
	background-color: #F36B37;
}

#linkFb
{
	height: 25px;
	width: auto;
	padding: 0px;
	margin-top: 5px;
	vertical-align: middle;
}

#linkContact
{
	height: 15px;
	width: auto;
	padding: 0px;
	margin-top: 10px;
}

#open-border
{
	position: relative;
	float: right;
	height: 100%;
	width: 100%;
	z-index: 25;
}


#floater
{
	height: 50%;
	margin-bottom: -50px;
}

#open-button
{
	position: relative;
	float: right;
	height: 100px;
	width: 100%;
	max-width: 40px;
	border: 3px solid #F36B37;
	border-radius: 2px;
	background-color: #4D4D55;
	color: white;
	font-size: 30px;
	line-height: 100px;
	vertical-align: middle;
	text-align: center;
	clear: both;
	z-index: 25;
	left: 10px;
}

#open
{
	position: relative;
	float: right;
	height: 100px;
	width: 100%;
	z-index: 25;
}

#click
{
	
	position: absolute;
	float: right;
	height: 100px;
	width: 100%;
	max-width: 46px;
	clear: both;
	z-index: 26;
	background-color: green;
	opacity: 0;
	visibility: hidden;
}

/*-------------------- * --------------------*/

#noclick
{
	position: fixed;
	width: 150%;
	height: 150%;
	z-index: 18;
	top: -10px;
	left: -10px;
	opacity: 0;
}

section
{
	width: 90%;
	clear: both;
	position: relative;
	padding: 10px;	
	color: #D3D3D3;
	margin-bottom: 60px;
	margin-left: 55px;
	z-index: 19;
}

/*-------------------- * --------------------*/

footer
{
	margin: auto;
	height: 50px;
	width: 100%;
	position: fixed;
	bottom: 0;
	padding: 0px;
	clear: both;
	float: left;
	display: inline;
	color: white;
	/*background-color: #4D4D55;*/
	text-align: center;
	z-index: 25;	
}

/*-------------------- Fusszeile --------------------*/


#end
{
	position: relative;
	width: 100%;
	display: none;
	/*margin-left: 10%;*/
}

#end ul
{
	
	width: 100%;
	list-style-type: none;
	text-align: center;
}

#end li
{
	display: inline;
	margin-right: 100px;
	font-size: 16px;
	color: #F36B37;
	text-align: center;
}

/*-------------------- * --------------------*/

#blur
{
	width: 100%;
	height: 100px;
	background-color: yellow;
	z-index: 25;
	position: fixed;
	bottom: 0px;	
	background: #4D4D55;
	background: -webkit-linear-gradient(rgba(77,77,85,0), rgba(77,77,85,1) 60%, rgba(77,77,85,1)); 	/* Safari   */
    background: -o-linear-gradient(rgba(77,77,85,0), rgba(77,77,85,1) 60%, rgba(77,77,85,1)); 		/* Opera    */
    background: -moz-linear-gradient(rgba(77,77,85,0), rgba(77,77,85,1) 60%, rgba(77,77,85,1)); 	/* Firefox  */
    background: linear-gradient(rgba(77,77,85,0), rgba(77,77,85,1) 60%, rgba(77,77,85,1)); 			/* Standard */
}

#mobile-end
{
	position: relative;
	top: -20px;
	width: 100%;
	margin-bottom: 20px;
	margin: auto;
	z-index: 26;
	text-align: center;
	left: -30px;
}

#mobile-end ul
{
	
	top: 20px;
	width: 100%;
	list-style-type: none;	
	text-align: center;
	margin: auto;
}

#mobile-end li
{
	display: inline-block;
	margin-right: 25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	text-align: center;
	font-size: 200%;
	border-top: 6px solid #F36B37;
	border-left: 6px solid #F36B37;
	border-bottom: 2px solid #F36B37;
	border-right: 2px solid #F36B37;
	border-radius: 2px;
	color: #F36B37;
	text-align: center;
	background-color: #4D4D55;
}

/*-------------------- No Script --------------------*/

#js-check
{
	font-size: 30px;
	color: white;
	border: 3px solid red;
	border-radius: 3px;
	text-align: center;
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 100px; 
}

#browser li
{
	display: inline-block;
	width: 200px;
	font-size: 18px;
	margin-right: 10px;
}

.browserSelect
{
	display: block;
	width: 180px;
	height: 100px;
	border: 3px solid #4D4D55;
	transition-duration: 0.3s;
}

.browserSelect:hover
{
	border: 3px solid red;
	border-radius: 2px;
}

.browserIcon
{
	height: 45px;
}

.browserName
{
	color: white;
}

.guide
{
	display: block;
	text-align: left;
	font-size: 16px;
	color: white;
	margin-left: 50px; 
}

#home
{
	margin-left: 50%
}


